org.eclipse.vtp.desktop.editors.core.elements
Class MissingCustomIntegrationInformationProvider

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.CustomIntegrationInformationProvider
      extended by org.eclipse.vtp.desktop.editors.core.elements.MissingCustomIntegrationInformationProvider

public class MissingCustomIntegrationInformationProvider
extends CustomIntegrationInformationProvider


Constructor Summary
MissingCustomIntegrationInformationProvider(CustomIntegrationElement element)
           
 
Method Summary
 boolean acceptConnector(Element origin)
           
 ConnectorRecord getConnectorRecord(java.lang.String recordName)
           
 java.util.List getConnectorRecords()
           
 java.util.List getConnectorRecords(int type)
           
 java.util.List getPropertiesPanels()
           
 boolean hasConnectors()
           
 void readConfiguration(org.w3c.dom.Element configuration)
           
 void writeConfiguration(org.w3c.dom.Element configuration)
           
 
Methods inherited from class org.eclipse.vtp.desktop.editors.core.elements.CustomIntegrationInformationProvider
canDelete, getActions, getElement, getOutgoingVariables, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingCustomIntegrationInformationProvider

public MissingCustomIntegrationInformationProvider(CustomIntegrationElement element)
Method Detail

acceptConnector

public boolean acceptConnector(Element origin)
Specified by:
acceptConnector in class CustomIntegrationInformationProvider

getConnectorRecord

public ConnectorRecord getConnectorRecord(java.lang.String recordName)
Specified by:
getConnectorRecord in class CustomIntegrationInformationProvider

getConnectorRecords

public java.util.List getConnectorRecords()
Specified by:
getConnectorRecords in class CustomIntegrationInformationProvider

getConnectorRecords

public java.util.List getConnectorRecords(int type)
Specified by:
getConnectorRecords in class CustomIntegrationInformationProvider

getPropertiesPanels

public java.util.List getPropertiesPanels()
Specified by:
getPropertiesPanels in class CustomIntegrationInformationProvider

hasConnectors

public boolean hasConnectors()
Specified by:
hasConnectors in class CustomIntegrationInformationProvider

readConfiguration

public void readConfiguration(org.w3c.dom.Element configuration)
Specified by:
readConfiguration in class CustomIntegrationInformationProvider

writeConfiguration

public void writeConfiguration(org.w3c.dom.Element configuration)
Specified by:
writeConfiguration in class CustomIntegrationInformationProvider